func runtime.runqput

5 uses

	runtime (current package)
		proc.go#L858: 	runqput(_g_.m.p.ptr(), gp, next)
		proc.go#L3437: 	runqput(pp, gp, false)
		proc.go#L4059: 		runqput(_p_, newg, true)
		proc.go#L5535: 		runqput(_p_, gp1, false)
		proc.go#L5679: func runqput(_p_ *p, gp *g, next bool) {